home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / bbs / am102.zip / SAMPLE.EM < prev   
Text File  |  1993-02-16  |  3KB  |  56 lines

  1. ;
  2. ; Event Manager Version 1.02 (Shareware) (15 Event Limit)
  3. ; (C)opyright 1993 by Doug Laine of The Philly Exchange - (609) 927-5771
  4. ;
  5. ; Format description:
  6. ;
  7. ; As you can see, any line that begins with a ; will be ignored.  This way
  8. ; you can put notes inside of this file to keep track of what your events
  9. ; will be doing.
  10. ;
  11. ; FILE FORMAT:
  12. ;
  13. ; This first column is used to tell the system what days you want the event
  14. ; to run.  The days are number from 0 - Sunday through 6 - Saturday.  You
  15. ; must include the day number or the event will NOT occurr.
  16. ;
  17. ; The second column is used to point the the line number in the PCBOARD.DAT
  18. ; file that contains the Event Time.  This way, if you have a different 
  19. ; version of PCBoard than 14.5, you will be able to change the line number 
  20. ; of the Event Time.
  21. ;
  22. ; The third column is what will be place in the Event Time line.  This can
  23. ; be anything you want it to be, however, this should only be that time of
  24. ; the event and nothing else!  Also, you must be sure to use the 24 hour
  25. ; format of time.
  26. ;
  27. ; The fourth and final column is used to point to the event file that will
  28. ; overwrite the EVENT.SYS file.  This file will contain your new event
  29. ; information.  Basically it is juse another EVENT.SYS file, but will contain
  30. ; this events specific information.  If you use the name NONE, EM will
  31. ; simply update the PCBOARD.DAT file and then internally run EM /NEXT.
  32. ;
  33. ; The only other addtional information you should be aware of is the fact
  34. ; that the events must be placed in the file in accending order, as the 
  35. ; system will not keep track of them.  In other words, you must be sure
  36. ; to keep your events in the order that they will occurr for the day.
  37. ;
  38. ; PCBOARD.DAT data changes only events
  39. ;
  40. 0      , 35,C:\PCB\HELLO\DAY0,NONE ; Welcome file for Sunday
  41. 1      , 35,C:\PCB\HELLO\DAY1,NONE ; Welcome file for Monday
  42. 2      , 35,C:\PCB\HELLO\DAY2,NONE ; Welcome file for Tuesday
  43. 3      , 35,C:\PCB\HELLO\DAY3,NONE ; Welcome file for Wednesday
  44. 4      , 35,C:\PCB\HELLO\DAY4,NONE ; Welcome file for Thursday
  45. 5      , 35,C:\PCB\HELLO\DAY5,NONE ; Welcome file for Friday
  46. 6      , 35,C:\PCB\HELLO\DAY6,NONE ; Welcome file for Saturday
  47. ;
  48. ; Normal events
  49. ;
  50. 0123456,112,00:10,EVENTS\USERBKUP  ; Backup the users files.
  51. 0123456,112,00:20,EVENTS\PACKUSRS  ; Purge deadbeats
  52. 0123456,112,00:30,EVENTS\MAKELST   ; Makes our ALL files list.
  53. 6      ,112,01:00,EVENTS\PACKMSGS  ; Pack Message bases @ 1am Saturdays
  54. 0123456,112,04:00,EVENTS\RIME      ; This is my RIME event.
  55.  
  56.